object frADOFieldsLinkForm: TfrADOFieldsLinkForm Left = 200 Top = 108 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'frADOFieldsLinkForm' ClientHeight = 250 ClientWidth = 340 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 4 Width = 332 Height = 208 Shape = bsFrame end object Label1: TLabel Left = 12 Top = 12 Width = 54 Height = 13 Caption = '&Detail fields' FocusControl = DetailL end object Label2: TLabel Left = 212 Top = 12 Width = 59 Height = 13 Caption = '&Master fields' FocusControl = MasterL end object Label3: TLabel Left = 12 Top = 128 Width = 58 Height = 13 Caption = '&Joined fields' FocusControl = JoinL end object DetailL: TListBox Left = 12 Top = 28 Width = 115 Height = 82 HelpContext = 137 IntegralHeight = True ItemHeight = 13 Style = lbOwnerDrawFixed TabOrder = 0 OnClick = DetailLClick OnDrawItem = DetailLDrawItem end object MasterL: TListBox Left = 212 Top = 28 Width = 115 Height = 82 HelpContext = 146 IntegralHeight = True ItemHeight = 13 TabOrder = 1 OnClick = MasterLClick end object AddB: TButton Left = 132 Top = 36 Width = 75 Height = 25 HelpContext = 156 Caption = '&Add' Enabled = False TabOrder = 2 OnClick = AddBClick end object JoinL: TListBox Left = 12 Top = 144 Width = 235 Height = 57 HelpContext = 164 ItemHeight = 13 TabOrder = 3 end object ClearB: TButton Left = 252 Top = 144 Width = 75 Height = 25 HelpContext = 174 Caption = '&Clear' TabOrder = 4 OnClick = ClearBClick end object OkB: TButton Left = 180 Top = 220 Width = 75 Height = 25 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 end object CancelB: TButton Left = 260 Top = 220 Width = 75 Height = 25 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end end